home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / prog_disc / volume_5 / issue_08 / boota / C-source / MakeBootA < prev    next >
Encoding:
Text File  |  1991-12-18  |  623 b   |  32 lines

  1. # Project:   BootA
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback 
  6. Linkflags = -aif -o $@ 
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.^.!BootA.!RunImage:     @.o.BootA c:o.Stubs 
  16.         Link $(Linkflags) @.o.BootA c:o.Stubs 
  17.  
  18.  
  19. # User-editable dependencies:
  20.  
  21.  
  22. # Static dependencies:
  23. @.o.BootA:   @.c.BootA
  24.         cc $(ccflags) -o @.o.BootA @.c.BootA 
  25.  
  26.  
  27. # Dynamic dependencies:
  28. o.BootA:    c.BootA
  29. o.BootA:    C:h.kernel
  30. o.BootA:    C:h.swis
  31. o.BootA:    h.useful
  32.